projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c59d98
)
* holidays.el: Eval calendar-holidays; don't just use its value.
author
Jim Blandy
<jimb@redhat.com>
Mon, 14 Jun 1993 15:24:24 +0000
(15:24 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Mon, 14 Jun 1993 15:24:24 +0000
(15:24 +0000)
lisp/calendar/holidays.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/holidays.el
b/lisp/calendar/holidays.el
index 00d96531a645d8e6ecb179c69cde3faff4424d50..c3986052b49fda4b606b9ca4a86c65e80418b509 100644
(file)
--- a/
lisp/calendar/holidays.el
+++ b/
lisp/calendar/holidays.el
@@
-172,7
+172,7
@@
holidays are found, nil if not."
(defun calendar-holiday-list ()
"Form the list of holidays that occur on dates in the calendar window.
The holidays are those in the list calendar-holidays."
- (let ((p
calendar-holidays
)
+ (let ((p
(eval calendar-holidays)
)
(holiday-list))
(while p
(let* ((function-name